Transformation

Constructors

Link copied to clipboard
constructor(matrix: Matrix<LabeledPolynomial<E>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
infix inline fun <E> Transformation<E>.eq(other: Transformation<E>): Boolean
Link copied to clipboard
infix inline fun <E> Transformation<E>.equalsTo(other: Transformation<E>): Boolean
Link copied to clipboard
operator fun <E> Transformation<E>.invoke(P: Point<E>): Point<E>
Link copied to clipboard
infix inline fun <E> Transformation<E>.neq(other: Transformation<E>): Boolean
Link copied to clipboard
infix inline fun <E> Transformation<E>.notEqualsTo(other: Transformation<E>): Boolean